
@media(min-width: 993px) {
	
	html{
	    height: 100%;
	}
	/*body{
	    padding-bottom: 220px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}*/

	body {
		padding-top: 150px;
	}

	header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    max-height: 100px;
	}

	.header-desktop {
		display: block;
		text-align: center;
    	transition: all 0.4s ease;
	}
	.header-desktop ul {
		margin: 0;
        padding: 0;
	}
	.header-desktop ul li {
		display: inline-block;
        list-style: none;
        margin: 10px;
        padding: 10px;
        font-size: 20px;
    	transition: all 0.4s ease;
    	width: 100px;
	}
	.header-desktop ul li a {
		text-decoration: none;
	}
	.header-desktop ul li.li-logo {
        position: relative;
        width: 400px;
        text-align: center;
	}
	.header-desktop ul li.li-logo img {
		max-width: 170px;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -85px;
    	transition: all 0.4s ease;
	}
	.header-desktop ul.submenu {
		display: none;
	}
	
	body.homepage header {
		max-height: initial;
	}
	body.homepage .header-desktop ul li.li-logo img {
		top: -60px;
	}
	body.homepage .header-desktop ul {
		margin-top: 40px;
	}
	body.homepage header.scrolled .header-desktop ul li.li-logo img {
		top: -20px;
	}
    body.homepage header.scrolled .header-desktop ul {
        margin-top: 0;
    }



	.header-mobile {
		display: none;
	}

	header.scrolled {
	    padding: 2px 0;
        /*max-height: 50px;*/
        box-shadow: 0px 1px 5px #ccc;
	}
	header.scrolled .logo img {
	    max-width: 70px;
	}
	header.scrolled .header-right {
	}

	header.scrolled .header-desktop ul li {
        margin: 0px 10px;
    }
	header.scrolled .header-desktop ul li.li-logo img {
        max-width: 120px;
        margin-left: -60px;
	}

}	


@media(min-width: 1200px) {

}


@media(max-width: 1200px) {
	.blogs-feed .owl-carousel {
	    max-width: 95%;
	}
	.blogs-feed .flex-direction-nav .flex-prev {
	    margin-left: -5px;
	}
	.blogs-feed .flex-direction-nav .flex-next {
	    margin-right: -5px;
	}
		.blogs-feed .flex-direction-nav i {
	    font-size: 25px;
	    padding: 5px;
	}
	.big-cta {
	    margin-left: -15px;
	    margin-right: -15px;
	}

}


@media(max-width: 992px) {
	body {
		padding-top: 0;
	}
	header {
	    padding: 10px 0;
	    position: relative;
	}
	.header-desktop {
		display: none;
	}
	.header-mobile {
		display: block;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 22px;
	}
	.featured-projects .flex-direction-nav i {
	    font-size: 25px;
	}
	.featured-projects {
	    margin: 30px 0;
	}
	.our-services .row-service .col-xs-12:first-child {
	    padding-right: 20px;
	    border-right: 0;
	}
	.our-services .row-service .col-xs-12:last-child {
	    padding-left: 20px;
	}
	.services-list-hp .service {
	    margin-bottom: 15px;
	}
	.our-services .row-service {
	    margin-bottom: 0;
	}

	.our-process {
	    padding: 20px 0;
	}
	.our-process .steps .item .box {
	    padding: 20px;
	}

	.contact-info {
	    border-right: 0;
	    margin-bottom: 30px;
	}

	.general-accordion .panel-heading .panel-title a {
		font-size: 18px;
	}

	.project-inner .gallery {
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	.sitemap-section .links a {
	    width: 32%;
	}	
	.sitemap-section .links-long a {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	}

	.services-content h1 {
	    margin: 20px 0;
	}
	.services-buttons a {
		font-size: 20px;
	}

	.service-section-images-left .image-gallery {
	    margin-left: 0;
	    margin-bottom: 15px;
	}
	.service-section-images-right .image-gallery {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.service-section-images-right,
	.service-section-images-left {
	    margin: 20px 0;
	}

	.big-cta {
		margin-top: 50px;
	    padding: 30px 0;
	}


}



@media(max-width: 767px) {
	
	.image-half.img-right, .img-half.img-right, .half-img.img-right, .half-image.img-right, 
	.image-half, .img-half, .half-img, .half-image {
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}

	.image-half.img-right img, .img-half.img-right img, .half-img.img-right img, .half-image.img-right img {
	    float: none;
	}

    h1 {
        font-size: 30px;
        margin: 30px 0;
    }
    h2 {
        font-size: 28px;
        margin: 20px 0;
    }
    h3 {
        font-size: 25px;
        margin: 15px 0;
    }
    h4 {
        font-size: 20px;
    }
    p, li {
	    font-size: 16px;
	}

	header .header-right .open-menu i {
	    font-size: 30px;
	}
	.featured-projects .item .text {
		padding: 50px 0 20px;
	}
	.featured-projects .item .title {
		font-size: 25px;
	}
	.featured-projects .slider-projects {
	    max-width: 95%;
	}
	.featured-projects .flex-direction-nav .flex-prev {
	    margin-left: -30px;
	}
	.featured-projects .flex-direction-nav .flex-next {
	    margin-right: -30px;
	}

	.services-list-hp a {
	    font-size: 18px;
	}
	.our-services .row-service {
	    margin-top: 30px;
	}
	.our-services .row-service .col-xs-12:first-child {
		margin-bottom: 15px;
	}

	.our-process .steps {
		margin-top: 0;
	}
	.our-process .steps .item {
	    border: 0;
	    border-bottom: 1px solid #ccc;
	}
	.our-process .steps .item:nth-child(3) {
	    border-bottom: 1px solid #ccc;
	}
	.our-process .steps .item .box {
	    padding: 15px 5px;
	}
	.our-process .steps .item p.step {
		font-size: 40px;
	}

	.hp-testimonials .plain .item p.quote {
	    font-size: 16px;
	}
	.hp-testimonials .plain .item p.author {
	    font-size: 16px;
	}
	.hp-testimonials .plain .item {
	    padding: 15px 0;
	}

	.blogs .item .title {
	    font-size: 22px;
	    padding: 15px;
	}

	footer p {
	    margin: 10px 0;
	    font-size: 14px;
	}
	footer .social-media a i {
	    font-size: 25px;
	}
	footer p.links a {
	    margin: 5px 10px;
	}
	footer p.copyright {
	    margin: 10px 0;
	}
	footer .newsletter h4 {
		font-size: 18px;
	}
	footer .newsletter form input {
	    height: 40px;
	    padding: 10px;
	    font-size: 15px;
	    width: 250px;
	}
	footer .newsletter form button {
	    height: 40px;
	    width: 70px;
	    font-size: 15px;
	}

	p.cursive {
		font-size: 40px;
	}

	.default-text {
	    padding-bottom: 50px;
	}

	.buttons-center a,
	.default-button {
	    font-size: 17px;
    	line-height: 1.2;
	}
	.buttons-center {
	    margin-top: 0;
    	margin-bottom: 15px;
	}

	.contact-form textarea,
	.contact-form input {
		font-size: 16px;
	}
	.contact-form label.error {
	    font-size: 14px;
	}

	.testimonials .item .stars i {
	    font-size: 15px;
	}

	.general-accordion .panel-heading .panel-title a {
		font-size: 17px;
        padding: 10px 0;
	}
	.general-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
		padding: 0;
	}
	.faq-content {
	    padding-bottom: 20px;
	}

	.blogs .item .box {
	    max-width: 400px;
	    margin: auto;
	}

	.projects .item {
	    margin-bottom: 30px;
	}
	.projects .item .text {
	    padding: 50px 0 20px;
	}
	.projects .item .title {
		font-size: 25px;
	}

	.project-inner .gallery {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0px;
	    -moz-column-gap: 0px;
	    column-gap: 0;
	    padding: 10px;
	}
	.project-inner .gallery img {
	    margin-bottom: 10px;
	}

	ol, ul {
	    padding-left: 20px; 
	}
	
	.sitemap-section .links a {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.sitemap-section .title {
		font-size: 18px;
	}

	.big-cta p {
	    font-size: 17px;
	    line-height: 1.5;
	}
    .services-content h1 {
        margin: 30px 0;
    }

    p.stand-out {
	    font-size: 18px;
	}

}



@media(max-width: 450px) {
	header .header-right .contact {
	    display: none;
	}
	header .menu {
		width: 250px;
	}
	header .menu ul li a {
		font-size: 16px;
	}
	header .social-media a i {
	    font-size: 22px;
	}
    header .header-right .open-menu i {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
    }
	h3 {
        font-size: 22px;
    }

	.featured-projects .item .title {
		font-size: 22px;
	}
	.our-services {
		padding: 10px 0;
	}

    .blogs-feed .flex-direction-nav .flex-next {
        margin-right: -15px;
    }
    .blogs-feed .flex-direction-nav .flex-prev {
        margin-left: -15px;
    }
    .blog-content h1 {
    	font-size: 25px;
    }

    footer {
    	padding: 20px 0;
    }

    .team-about .box .image {
	    float: none;
	    margin-right: 0;
	    display: block;
	}
	.team-about .box {
	    margin-bottom: 40px;
	}
	.team-about .box:last-child {
	    margin-bottom: 0px;
	}
    .projects .item .title {
        font-size: 22px;
    }
    .projects .item {
        margin-bottom: 20px;
    }
    .buttons-center a {
    	margin: 5px;
    }

    .services-buttons a {
        font-size: 18px;
        padding: 10px;
    }
    .services-buttons .item {
	    margin-bottom: 15px;
	}

}






























